home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
man
/
man-part1
/
cat3
/
logspace.3
< prev
next >
Wrap
Text File
|
1999-09-16
|
533b
|
67 lines
logspace(1) Scilab Function logspace(1)
NAME
logspace - logarithmically spaced vector
CALLING SEQUENCE
logspace(d1,d2, [n])
PARAMETERS
d1,d2 : real or complex scalar (special meaning for %pi)
n : integer (number of values) (default value = 50)
DESCRIPTION
returns a row vector of n logarithmically equally spaced points between
10^d1 and 10^d2. If d2=%pi then the points are between 10^d1 and pi.
SEE ALSO
linspace